home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14887 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  974 b 

  1. Path: mac41imtt.unine.ch!user
  2. Newsgroups: comp.sys.mac.programmer.codewarrior,comp.sys.mac.programmer.help,comp.lang.c++
  3. Subject: Re: mac INIT loading order
  4. Message-ID: <Patrick.Stadelmann-0204961533120001@mac41imtt.unine.ch>
  5. From: Patrick.Stadelmann@etudiants.unine.ch (Patrick Stadelmann)
  6. Date: Tue, 02 Apr 1996 15:33:12 +0200
  7. References: <schiltz-0104962111000001@reqd-010.ucdavis.edu>
  8. Organization: University of Neuchatel
  9. Nntp-Posting-Host: mac41imtt.unine.ch
  10.  
  11. In article <schiltz-0104962111000001@reqd-010.ucdavis.edu>,
  12. schiltz@cs.ucdavis.edu (Michael Schiltz) wrote:
  13.  
  14. > how can you control the order in which an INIT loads.  I want to have my
  15. > INIT load ASAP.  any ideas?
  16.  
  17. The loading order is alphabetical, so you can try adding spaces in front
  18. of the name. Another possibility is to change the type of your extension
  19. from 'INIT' to 'scri' (these files load before the standard 'INIT' files)
  20.  
  21. Patrick
  22.  
  23. -- 
  24. Patrick Stadelmann <Patrick.Stadelmann@etudiants.unine.ch>
  25.